services.gitlab-runner.services.<name>.dockerExtraHosts
Add a custom host-to-IP mapping.
- Type
list of string- Default
[ ]- Example
[ "other-host:127.0.0.1" ]- Declared
- <nixpkgs/nixos/modules/services/continuous-integration/gitlab-runner/runner.nix>
Add a custom host-to-IP mapping.
list of string[ ][
"other-host:127.0.0.1"
]